curl --request POST \
--url https://api.sophra.org/api/nous/ab-testing/experiments/activate \
--header 'Content-Type: application/json' \
--data '
{
"experimentId": "{{testId}}"
}
'curl --request POST \
--url https://api.sophra.org/api/nous/ab-testing/experiments/activate \
--header 'Content-Type: application/json' \
--data '
{
"experimentId": "{{testId}}"
}
'The body is of type object.
Successful response